Converts a CSR matrix to a dense matrix.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(csr_matrix), | intent(in) | :: | a |
The CSR matrix to convert. |
||
real(kind=real64), | intent(out), | dimension(:,:) | :: | x |
The dense matrix. |
|
class(errors), | intent(inout), | optional, | target | :: | err |
The error object to be updated. |